home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 48
/
Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso
/
Aminet
/
util
/
sys
/
Mu680x0Libs.lha
/
Mu680x0Libs
/
Include
/
pragmas
/
68040_pragmas.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1999-08-13
|
412 b
|
16 lines
#ifndef _INCLUDE_PRAGMA_68040_LIB_H
#define _INCLUDE_PRAGMA_68040_LIB_H
#ifndef CLIB_68040_PROTOS_H
#include <clib/68040_protos.h>
#endif
#if defined(AZTEC_C) || defined(__MAXON__) || defined(__STORM__)
#pragma amicall(MC68040Base,0x0DE,FPUControl(d0,d1))
#endif
#if defined(_DCC) || defined(__SASC)
#pragma libcall MC68040Base FPUControl 0DE 1002
#endif
#endif /* _INCLUDE_PRAGMA_68040_LIB_H */